L03-08-OptimizingDesign-Part1 Distribution Style- Even
True or False: With an EVEN key distribution style, a table is partitioned on slices such that each slice would have a an almost equal number of records from the partitioned table
True
False
Joining 2 tables distributed using an EVEN strategy is:
Efficient because both are using the same strategy
Efficient because EVEN distributes processing evenly
Slow because records will have to be shuffled for putting together the join result
Next Concept